| Previous | Chapter contents | Chapter top | Section top | Next |
A QuickTime VR movie must contain a user data item that indicates which movie controller to use for the movie. The movie controller for QuickTime VR movies has the controller type kQTVRQTVRType (defined in QuickTime.h ) and a subtype and ID defined by these constants:
enum {
kQTControllerType = FOUR_CHAR_CODE('ctyp').
kQTControllerID = 1
};
| Previous | Chapter contents | Chapter top | Section top | Next |